Full-Stack

Welcome Portfolio Projects Contact
↑ Go Back ↑

Basic Linux

Basic Linux

Useful system locations

Home folders location

/home/users/<user_name>

Restart / Shutdown machine

Reboot machine

$ sudo reboot

Shutdown machine

$ sudo shutdown

Create a symlink

$ ln -s /path_to_actual_file /symlink_to_be_created